crypto/hmac.hmac.inner (field)
12 uses
crypto/hmac (current package)
hmac.go#L48: outer, inner hash.Hash
hmac.go#L58: in = h.inner.Sum(in)
hmac.go#L73: return h.inner.Write(p)
hmac.go#L77: func (h *hmac) BlockSize() int { return h.inner.BlockSize() }
hmac.go#L81: if err := h.inner.(marshalable).UnmarshalBinary(h.ipad); err != nil {
hmac.go#L87: h.inner.Reset()
hmac.go#L88: h.inner.Write(h.ipad)
hmac.go#L96: marshalableInner, innerOK := h.inner.(marshalable)
hmac.go#L139: hm.inner = h()
hmac.go#L146: if hm.outer == hm.inner {
hmac.go#L153: blocksize := hm.inner.BlockSize()
hmac.go#L169: hm.inner.Write(hm.ipad)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |